Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 32,172 for

metadata watermarking

(0.35 sec)
  1. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of Metadata properties and nested Metadata packages. You can easily iterate through the Metadata tree...Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  2. Search for Metadata e-signatures | GroupDocs

    This topic explains how to search for Metadata signatures within the documents with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Metadata Product...in document / 🔍 Metadata Search for Metadata e-signatures Leave...

    docs.groupdocs.com/signature/java/search-for-me...
  3. Working with Metadata in ASF Files | GroupDocs

    Working with Metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF Metadata. Load an ASF video Get the root Metadata package Extract the native Metadata package using AsfRootPackage.AsfPackage Read the ASF Metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata Metadata = new Metadata(Constants.InputAsf)) { var root = Metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add Metadata signatures to Spreadsheet document with GroupDocs.Signature...Watermark Product Solution GroupDocs.Metadata Product...Electronic Signature Types / Metadata signatures / ✍️ eSign Spreadsheet...

    docs.groupdocs.com/signature/python-net/esign-s...
  5. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In Metadata properties To access built-in Metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in Metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata Metadata = new Metadata(Constants.InputMpp)) { var root = Metadata....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In Metadata properties To access built-in Metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in Metadata properties and displays them on the screen. advanced_usage.managing_Metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata Metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = Metadata....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Esign Pdf With Metadata Signature | GroupDocs

    id: esign-pdf-with-Metadata-signature url: signature/net/esign-pdf-with-Metadata-signature title: Electronic Signature PDF with Metadata signature linkTitle: Electronic Signature PDF weight: 2 description: “This article explains how to add Metadata signatures to PDF document meta info layer with GroupDocs.Signature” keywords: Pdf Metadata, Pdf Metadata signatures productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Pdf documents Metadata changing in C# description: Update Metadata of pdf document with C# language by GroupDocs.Signature for ....Metadata Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/developer-guid...
  8. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM Metadata using GroupDocs.Metadata for Python via .NET....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/working-...
  9. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a PSD image. For more information on the Photoshop file format and Metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root Metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. eSign Presentation with Metadata signature | Gr...

    This article explains how to add Metadata signatures to Presentation document with GroupDocs.Signature...Watermark Product Solution GroupDocs.Metadata Product...document with Metadata signature / ✎ Presentation Metadata eSign Presentation...

    docs.groupdocs.com/signature/java/esign-present...